net/http.http2stream.id (field)

23 uses

	net/http (current package)
		h2_bundle.go#L4625: 	id        uint32
		h2_bundle.go#L5125: 	*writeArg = http2writeData{stream.id, data, endStream}
		h2_bundle.go#L5346: 			sc.resetStream(http2streamError(st.id, http2ErrCodeNo))
		h2_bundle.go#L5685: 	delete(sc.streams, st.id)
		h2_bundle.go#L5712: 	sc.writeSched.CloseStream(st.id)
		h2_bundle.go#L5919: 	return st.id%2 == 0
		h2_bundle.go#L5963: 		StreamID: st.id,
		h2_bundle.go#L6043: 		sc.writeSched.AdjustStream(st.id, f.Priority)
		h2_bundle.go#L6112: 		return sc.countError("trailers_not_ended", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L6116: 		return sc.countError("trailers_pseudo", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L6125: 				return sc.countError("trailers_bogus", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L6162: 		id:        id,
		h2_bundle.go#L6176: 	sc.writeSched.OpenStream(st.id, http2OpenStreamOptions{PusherID: pusherID})
		h2_bundle.go#L6268: 		return nil, nil, sc.countError(res.InvalidReason, http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L6372: 				write:  http2handlerPanicRST{rw.rws.stream.id},
		h2_bundle.go#L6436: 		write:  http2write100ContinueHeadersFrame{st.id},
		h2_bundle.go#L6484: 		streamID = st.id
		h2_bundle.go#L6680: 			streamID:      rws.stream.id,
		h2_bundle.go#L6715: 			streamID:  rws.stream.id,
		h2_bundle.go#L6941: 			streamID:    rws.stream.id,
		h2_bundle.go#L7183: 		promised := sc.newStream(promisedID, msg.parent.id, http2stateHalfClosedRemote)
		h2_bundle.go#L7203: 			streamID:           msg.parent.id,
		h2_bundle.go#L11031: 	return wr.stream.id